home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Essentials / Developer Essentials Nov 90 / Apple II / Programming & Utilities / MPW IIgs Interfaces / CIIGSIncludes / Strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-01  |  197 b   |  15 lines  |  [TEXT/MPS ]

  1. /*
  2.  * strings.h -- String Conversions
  3.  *
  4.  * Copyright Apple Computer, Inc. 1985 - 1987
  5.  * All rights reserved.
  6.  */
  7.  
  8. #ifndef __STRINGS__
  9. #define __STRINGS__
  10.  
  11. char *p2cstr();
  12. char *c2pstr();
  13.  
  14. #endif
  15.